home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / busition / invintr / ii62.exe / POSHEAD.FRM < prev    next >
Encoding:
Text File  |  1993-06-18  |  1.7 KB  |  22 lines

  1. ~P_INIT~                                I N V O I C E
  2.              ╒═════════════════════════════════════════════════╕
  3.              │~padc(upper(m_name),48)~ │
  4.              ╘═════════════════════════════════════════════════╛
  5.  ~padc(trim(M_adr1)+" "+trim(M_adr2)+" "+trim(M_adr3),78)~
  6.               ~padc(M_phone,48)~
  7. ┌────────────[sold to]───────────────┐  ┌────────────[ship to]───────────────┐
  8. │~PAD(customer->name,35)~ │  │~PAD(customer->ship_to,35)~ │
  9. │~PAD(customer->company,35)~ │  │~PAD(customer->company,35)~ │
  10. │~PAD(customer->address,35)~ │  │~PAD(customer->ship_addr,35)~ │
  11. │~PAD(trim(customer->city)+", "+customer->state+"  "+trim(customer->zip),35)~ │  │~PAD(trim(customer->ship_city)+", "+customer->ship_state+"  "+trim(customer->ship_zip),35)~ │
  12. ├──[customer id]────┬──[telephone]───┤  ├──[         ]────┬──[          ]────┤
  13. │    ~pos->cust_id~        │~customer->phone~ │  │                 │                  │
  14. └───────────────────┴────────────────┘  └─────────────────┴──────────────────┘
  15. ┌[INVOICE]┬[date]─────┬[trx type]┬[sales rep]────────────────────────────────┐
  16. │~pos->(recno())~  │~pos->date~ │~pos->trx_type~      │~pos->sales_rep~   ~sale_rep->name~ │
  17. ├[taxable]┼[ship date]┼[weight]──┼[ship via]─────────────────────────────────┤
  18. │~if(pos->is_taxable,"Yes","No ")~      │~pos->ship_date~ │~pos->weight~│~pos->ship_via~                           │
  19. └─────────┴───────────┴──────────┴───────────────────────────────────────────┘
  20. ┌────┬─────────────────────┬───────┬───────┬────┬──────────┬─────────────────┐
  21. │item│item no./description │ordered│shipped│unit│price     │ extended        │
  22. └────┴─────────────────────┴───────┴───────┴────┴──────────┴─────────────────┘